home *** CD-ROM | disk | FTP | other *** search
- ;Change the Fonts for the web site or department
- menuselect mmMainProperties ID_SETUPMENU_CUSTOMIZEDESIGN
- waitwindow IDS_SELECT_WEBSITE_CUST 5000
- treeselect IDC_TREE_OPTIONS "2,1"
- listselect IDC_COMBO_FONTNAME 10
- listselect IDC_COMBO_FONT_SIZE 3
- moveclick ID_WIZFINISH left
-
- ifmenuitem mmMainProperties ID_SETUPMENU_CUSTOMIZEPAGEANDDEPT
- menuselect mmMainProperties ID_SETUPMENU_CUSTOMIZEPAGEANDDEPT
- moveclick ID_WIZNEXT left
- waitwindow IDS_CUSTOMIZEPAGEANDDEPT 5000
- treeselect IDC_TREE_OPTIONS "2,2"
- listselect IDC_COMBO_FONTNAME 10
- listselect IDC_COMBO_FONT_SIZE 3
- moveclick IDC_CHK_APPLYALLPAGES left
- moveclick ID_WIZFINISH left
- wait 500
- moveclick IDYES left
- wait 500
- endif
-
- ifmenuitem mmLeftPage
- treeselect leftview "1,3,1"
- mousedblclick left
- waitwindow IDS_DEPARTMENT_PROPERTIES 5000
- moveclick ID_WIZNEXT left
- moveclick IDC_BUTTON3 left
- waitwindow IDS_SELECT_DEPT_CUST 5000
- treeselect IDC_TREE_OPTIONS "2,3"
- listselect IDC_COMBO_FONTNAME 10
- listselect IDC_COMBO_FONT_SIZE 3
- moveclick ID_WIZFINISH left
- waitwindow IDS_ADVANCED_WIZARD 5000
- moveclick ID_WIZFINISH left
- endif
-
- wait 2000